Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
get_declared_interfaces
get_declared_interfaces
Return an array containing all declared interfaces
Name:
get_declared_interfaces
Category:
Classes and Objects
Programming Language:
php
One-line Description:
Return an array containing all declared interfaces
Related
Use get_declared_interfaces to understand interface mechanisms in PHP
4
Similar Functions
interface_exists
interface_exists
Checkiftheinterfacei
get_declared_traits
get_declared_traits
Returnsanarrayofalld
get_class
get_class
Returntheobject'
trait_exists
trait_exists
Checkifthespecifiedt
get_declared_classes
get_declared_classes
Returnsanarraycompos
get_class_methods
get_class_methods
Returnsanarrayofmeth
get_class_vars
get_class_vars
Returnsanarrayofdefa
get_object_vars
get_object_vars
Returntowritetoyouth
Popular Articles
Use get_declared_interfaces to understand interface mechanisms in PHP